extensions/cairo: optimize R'G'B'A u8 to cairo-ARGB32
authorØyvind Kolås <pippin@gimp.org>
Wed, 4 Apr 2018 22:15:08 +0000 (00:15 +0200)
committerØyvind Kolås <pippin@gimp.org>
Wed, 4 Apr 2018 22:18:28 +0000 (00:18 +0200)
commitec913afe62437780fac7dbcdbb036958a2b6da91
treee81c01d71297943527629611f77f7f623dae13ec
parent0664bd4164536be723f0864b18fb56e0f6b699d0
extensions/cairo: optimize R'G'B'A u8 to cairo-ARGB32

A combination of SIMD paths via float was beating the naive implementation in
the cairo extension, now the cairo extension comes out on top again.
extensions/cairo.c